home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Web Publisher's Design Gu…or Windows (2nd Edition)
/
design.iso
/
otherfiles
/
sideshow (shockwave)
/
00007.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-28
|
196 b
|
12 lines
on exitFrame
global gbackground
set gbackground to gbackground + 1
if gbackground < 10 then
go("background")
else
if gbackground > 10 then
go("next")
end if
end if
end